Returns 1 if the directory exists, 0 if it does not.
See Also: get_all_files, has_files, has_subdirs, is_opened, open_dir
Walks the specified directory, returning all the files and/or directories as specified by flags.
See Also: dir_exists, has_files, has_subdirs, is_opened, open_dir
Checks to see if any files in it's current directory contain files specified by spec. This uses wildcards to find things, so you can do something like "*.e" for spec to find files ending with '.e'. However, this returns an integer pointer if it finds anything, and a 0 if it finds nothing.
See Also: dir_exists, get_all_files, has_subdirs, is_opened, open_dir
This is similar to has_files, except that has_subdirs checks the subdirectories instead of just the current directory for the specified files.
See Also: dir_exists, get_all_files, has_files, is_opened, open_dir
See Also: dir_exists, get_all_files, has_files, has_subdirs, open_dir
See Also: dir_exists, get_all_files, has_files, has_subdirs, is_opened